Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the mapbox group across 1 directory with 3 updates #7879

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2024

Bumps the mapbox group with 3 updates in the /webapp directory: @mapbox/mapbox-gl-geocoder, mapbox-gl and v-mapbox.

Updates @mapbox/mapbox-gl-geocoder from 5.0.2 to 5.0.3

Release notes

Sourced from @​mapbox/mapbox-gl-geocoder's releases.

v5.0.3

5.0.3

Features / Improvements 🚀

  • Updates event service to latest schema

Dependency update

  • Bumps mapbox-sdk-js to v0.16.1
Changelog

Sourced from @​mapbox/mapbox-gl-geocoder's changelog.

5.0.3

Features / Improvements 🚀

  • Updates event service to latest schema

Dependency update

  • Bumps mapbox-sdk-js to v0.16.1
Commits

Updates mapbox-gl from 1.13.2 to 3.7.0

Release notes

Sourced from mapbox-gl's releases.

v3.7.0

Features and improvements ✨

  • Add background-pitch-alignment property of the background layer, which is set to map by default but can now be set to viewport. Useful for highlighting individual features by dimming the rest of the map with a semitransparent background.
  • Add new control positions (top, right, bottom, and left) (h/t @​Ethan-Guttman).
  • Add retainPadding option for camera movement methods, which can be set to false for pre-v3.4 padding behavior.
  • Add config expression support in layer filter.
  • Add symbol elevation properties: symbol-z-offset and symbol-elevation-reference.
  • Add the fill-z-offset property for fill layers.
  • Improve Map#fitBounds for the alternative projections.
  • Improve terrain hillshade lighting anchored to viewport.
  • Improve shadow casting from 3D models.
  • Improve error messages for invalid expressions.
  • Skip landmarks rendering when the camera is inside them.
  • Improve type checking for the Map#setPaintProperty and Map#setLayoutProperty methods.
  • Allow the string event type in Map event handlers.
  • Expose RequestTransformFunction, ResourceType, and RequestParameters types.
  • Improve texture memory footprint on some platforms.

Bug fixes 🐞

  • Fix feature filtering when using 3D lights.
  • Fix pattern rendering issues on some devices at high zoom levels.
  • Fix fill-extrusion-line-width rendering for large polygons
  • Fix symbol placement ordering when symbol-z-order is set to auto.
  • Fix the issue where minzoom and maxzoom properties were ignored by clip layers.
  • Fix handling previously hidden models in clip layers.
  • Fix directional light cast-shadows property type.
  • Fix an edge case that could produce setStencilMode-related error in the console with the dev build.
  • Fix an issue where some fill extrusions could temporarily disappear when zooming quickly in certain areas.
  • Fix an edge case that could cause flickering on a far plane on high zooms.

v3.7.0-beta.1

Features and improvements ✨

  • Add config expression support in layer filter.
  • Add symbol elevation properties: symbol-z-offset and symbol-elevation-reference.
  • Add the fill-z-offset property for fill layers.
  • Improve Map#fitBounds for the alternative projections.
  • Improve terrain hillshade lighting anchored to viewport.
  • Improve shadow casting from 3D models.
  • Improve error messages for invalid expressions.
  • Skip landmarks rendering when the camera is inside them.
  • Improve type checking for the Map#setPaintProperty and Map#setLayoutProperty methods.
  • Allow the string event type in Map event handlers.
  • Expose RequestTransformFunction, ResourceType, and RequestParameters types.

Bug fixes 🐞

  • Fix feature filtering when using 3D lights.
  • Fix pattern rendering issues on some devices at high zoom levels.
  • Fix fill-extrusion-line-width rendering for large polygons

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

v3.7.0

Features and improvements ✨

  • Add background-pitch-alignment property of the background layer, which is set to map by default but can now be set to viewport. Useful for highlighting individual features by dimming the rest of the map with a semitransparent background.
  • Add new control positions (top, right, bottom, and left) (h/t @​Ethan-Guttman).
  • Add retainPadding option for camera movement methods, which can be set to false for pre-v3.4 padding behavior.
  • Add config expression support in layer filter.
  • Add symbol elevation properties: symbol-z-offset and symbol-elevation-reference.
  • Add the fill-z-offset property for fill layers.
  • Improve Map#fitBounds for the alternative projections.
  • Improve terrain hillshade lighting anchored to viewport.
  • Improve shadow casting from 3D models.
  • Improve error messages for invalid expressions.
  • Skip landmarks rendering when the camera is inside them.
  • Improve type checking for the Map#setPaintProperty and Map#setLayoutProperty methods.
  • Allow the string event type in Map event handlers.
  • Expose RequestTransformFunction, ResourceType, and RequestParameters types.
  • Improve texture memory footprint on some platforms.

Bug fixes 🐞

  • Fix feature filtering when using 3D lights.
  • Fix pattern rendering issues on some devices at high zoom levels.
  • Fix fill-extrusion-line-width rendering for large polygons
  • Fix symbol placement ordering when symbol-z-order is set to auto.
  • Fix the issue where minzoom and maxzoom properties were ignored by clip layers.
  • Fix handling previously hidden models in clip layers.
  • Fix directional light cast-shadows property type.
  • Fix an edge case that could produce setStencilMode-related error in the console with the dev build.
  • Fix an issue where some fill extrusions could temporarily disappear when zooming quickly in certain areas.
  • Fix an edge case that could cause flickering on a far plane on high zooms.

3.6.0

Features and improvements ✨

  • Add wall rendering mode to the fill-exturion layer by introducing fill-extrusion-line-width and fill-extrusion-line-alignment properties. Set fill-extrusion-line-width to a non-zero value to render walls instead of a solid extrusion.
  • Improve initial load performance.
  • Add inner glow effect for negative circle-blur values.
  • Add support for inlining TileJSON in style source definitions using data field.
  • Improve 3D models' shadow appearance.
  • Improve performance of updating config values of a style.
  • Add more descriptive expression evaluation error messages.
  • Improve TypeScript typings.
  • Improve performance of symbol occlusion (visibility checks against terrain and 3D objects).
  • Add clip-layer-scope property to limit clip layer to a specific style fragment.
  • Add Map idle method to check whether a map is idle.

Bug fixes 🐞

  • Fix isSourceLoaded flag on sourcedata event for already loaded sources.
  • Fix firing load event when all tiles fail to load.

... (truncated)

Commits
  • 732345f v3.7.0
  • b8fc19d Fixed pitch movement detection (internal-1879)
  • 67672bc [MAPS3D-1467] Fix precision related flickering on far plane (internal-1876)
  • 8abc9f4 Adding a new render test for a broken case in GL Native (internal-1874)
  • ba5217d Remove iOS and Android from basic func list (internal-1790)
  • d444092 [GLJS-952] Add retainPadding for camera movements options (internal-1851)
  • 17cb96d Fix disappearing fill extrusions in zoom happening with conflation (internal-...
  • ee0df04 Bump playwright from 1.47.1 to 1.47.2 (internal-1866)
  • dffe0f1 Bump @​types/node from 22.5.5 to 22.6.1 (internal-1869)
  • fffe2ac Bump esbuild from 0.23.1 to 0.24.0 (internal-1868)
  • Additional commits viewable in compare view

Updates v-mapbox from 1.11.2 to 5.1.0

Release notes

Sourced from v-mapbox's releases.

v5.1.0

5.1.0 (2024-05-19)

v5.0.0

5.0.0 (2024-02-05)

  • chore: update job name in CT workflow (e97fedf)
  • chore: upgrade vite 5.x 🤷‍♂️ (646ec36)
  • chore(deps-dev): bump @​babel/core from 7.21.0 to 7.21.3 (f1a692e)
  • chore(deps-dev): Bump @​babel/core from 7.21.3 to 7.21.4 (ab57f85)
  • chore(deps-dev): bump @​babel/core from 7.21.4 to 7.21.5 (9ac94ac)
  • chore(deps-dev): bump @​babel/core from 7.21.5 to 7.21.8 (96edaa5)
  • chore(deps-dev): bump @​babel/core from 7.21.8 to 7.22.1 (95881df)
  • chore(deps-dev): bump @​babel/core from 7.22.1 to 7.22.5 (2de4173)
  • chore(deps-dev): bump @​babel/core from 7.22.5 to 7.22.6 (e403a13)
  • chore(deps-dev): bump @​babel/core from 7.22.6 to 7.22.9 (300a209)
  • chore(deps-dev): bump @​babel/core from 7.22.9 to 7.22.10 (01cad36)
  • chore(deps-dev): bump @​babel/traverse from 7.22.10 to 7.23.2 (015630b)
  • chore(deps-dev): Bump @​commitlint/cli from 17.4.4 to 17.5.0 (1e9dafc)
  • chore(deps-dev): Bump @​commitlint/cli from 17.5.0 to 17.5.1 (2951d45)
  • chore(deps-dev): bump @​commitlint/cli from 17.5.1 to 17.6.1 (a33a9f0)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.1 to 17.6.3 (a524e17)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.3 to 17.6.5 (f44630e)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.5 to 17.6.6 (6be3a51)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.6 to 17.6.7 (2e3d55e)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.7 to 17.7.1 (d676131)
  • chore(deps-dev): bump @​commitlint/config-conventional (222c846)
  • chore(deps-dev): bump @​commitlint/config-conventional (0786904)
  • chore(deps-dev): bump @​commitlint/config-conventional (46ffc63)
  • chore(deps-dev): bump @​commitlint/config-conventional (447be7d)
  • chore(deps-dev): bump @​commitlint/config-conventional (0900fe6)
  • chore(deps-dev): bump @​commitlint/config-conventional (6f46221)
  • chore(deps-dev): bump @​commitlint/config-conventional (e93b71a)
  • chore(deps-dev): Bump @​types/node from 18.15.10 to 18.15.11 (7315cce)
  • chore(deps-dev): bump @​types/node from 18.15.11 to 18.16.0 (96f5087)
  • chore(deps-dev): Bump @​types/node from 18.15.3 to 18.15.5 (55601f2)
  • chore(deps-dev): Bump @​types/node from 18.15.5 to 18.15.10 (d71cb63)
  • chore(deps-dev): bump @​types/node from 18.16.0 to 18.16.1 (c25e209)
  • chore(deps-dev): bump @​types/node from 18.16.1 to 18.16.3 (31b398e)
  • chore(deps-dev): bump @​types/node from 18.16.3 to 20.1.0 (dc5f660)
  • chore(deps-dev): bump @​types/node from 20.1.0 to 20.1.1 (92decf1)
  • chore(deps-dev): bump @​types/node from 20.1.1 to 20.1.3 (fa026ac)
  • chore(deps-dev): bump @​types/node from 20.1.3 to 20.1.4 (f062043)
  • chore(deps-dev): bump @​types/node from 20.1.4 to 20.1.6 (bcc89b7)
  • chore(deps-dev): bump @​types/node from 20.1.6 to 20.1.7 (2b4898c)
  • chore(deps-dev): bump @​types/node from 20.1.7 to 20.2.1 (9b4faf5)
  • chore(deps-dev): bump @​types/node from 20.2.1 to 20.2.3 (3a1e684)
  • chore(deps-dev): bump @​types/node from 20.2.3 to 20.2.5 (5268ed0)
  • chore(deps-dev): bump @​types/node from 20.2.5 to 20.3.0 (03983e0)
  • chore(deps-dev): bump @​types/node from 20.3.0 to 20.3.1 (fb6b166)

... (truncated)

Changelog

Sourced from v-mapbox's changelog.

5.1.0 (2024-05-19)

5.0.0 (2024-02-05)

  • chore: update job name in CT workflow (e97fedf)
  • chore: upgrade vite 5.x 🤷‍♂️ (646ec36)
  • chore(deps-dev): bump @​babel/core from 7.21.0 to 7.21.3 (f1a692e)
  • chore(deps-dev): Bump @​babel/core from 7.21.3 to 7.21.4 (ab57f85)
  • chore(deps-dev): bump @​babel/core from 7.21.4 to 7.21.5 (9ac94ac)
  • chore(deps-dev): bump @​babel/core from 7.21.5 to 7.21.8 (96edaa5)
  • chore(deps-dev): bump @​babel/core from 7.21.8 to 7.22.1 (95881df)
  • chore(deps-dev): bump @​babel/core from 7.22.1 to 7.22.5 (2de4173)
  • chore(deps-dev): bump @​babel/core from 7.22.5 to 7.22.6 (e403a13)
  • chore(deps-dev): bump @​babel/core from 7.22.6 to 7.22.9 (300a209)
  • chore(deps-dev): bump @​babel/core from 7.22.9 to 7.22.10 (01cad36)
  • chore(deps-dev): bump @​babel/traverse from 7.22.10 to 7.23.2 (015630b)
  • chore(deps-dev): Bump @​commitlint/cli from 17.4.4 to 17.5.0 (1e9dafc)
  • chore(deps-dev): Bump @​commitlint/cli from 17.5.0 to 17.5.1 (2951d45)
  • chore(deps-dev): bump @​commitlint/cli from 17.5.1 to 17.6.1 (a33a9f0)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.1 to 17.6.3 (a524e17)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.3 to 17.6.5 (f44630e)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.5 to 17.6.6 (6be3a51)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.6 to 17.6.7 (2e3d55e)
  • chore(deps-dev): bump @​commitlint/cli from 17.6.7 to 17.7.1 (d676131)
  • chore(deps-dev): bump @​commitlint/config-conventional (222c846)
  • chore(deps-dev): bump @​commitlint/config-conventional (0786904)
  • chore(deps-dev): bump @​commitlint/config-conventional (46ffc63)
  • chore(deps-dev): bump @​commitlint/config-conventional (447be7d)
  • chore(deps-dev): bump @​commitlint/config-conventional (0900fe6)
  • chore(deps-dev): bump @​commitlint/config-conventional (6f46221)
  • chore(deps-dev): bump @​commitlint/config-conventional (e93b71a)
  • chore(deps-dev): Bump @​types/node from 18.15.10 to 18.15.11 (7315cce)
  • chore(deps-dev): bump @​types/node from 18.15.11 to 18.16.0 (96f5087)
  • chore(deps-dev): Bump @​types/node from 18.15.3 to 18.15.5 (55601f2)
  • chore(deps-dev): Bump @​types/node from 18.15.5 to 18.15.10 (d71cb63)
  • chore(deps-dev): bump @​types/node from 18.16.0 to 18.16.1 (c25e209)
  • chore(deps-dev): bump @​types/node from 18.16.1 to 18.16.3 (31b398e)
  • chore(deps-dev): bump @​types/node from 18.16.3 to 20.1.0 (dc5f660)
  • chore(deps-dev): bump @​types/node from 20.1.0 to 20.1.1 (92decf1)
  • chore(deps-dev): bump @​types/node from 20.1.1 to 20.1.3 (fa026ac)
  • chore(deps-dev): bump @​types/node from 20.1.3 to 20.1.4 (f062043)
  • chore(deps-dev): bump @​types/node from 20.1.4 to 20.1.6 (bcc89b7)
  • chore(deps-dev): bump @​types/node from 20.1.6 to 20.1.7 (2b4898c)
  • chore(deps-dev): bump @​types/node from 20.1.7 to 20.2.1 (9b4faf5)
  • chore(deps-dev): bump @​types/node from 20.2.1 to 20.2.3 (3a1e684)
  • chore(deps-dev): bump @​types/node from 20.2.3 to 20.2.5 (5268ed0)
  • chore(deps-dev): bump @​types/node from 20.2.5 to 20.3.0 (03983e0)
  • chore(deps-dev): bump @​types/node from 20.3.0 to 20.3.1 (fb6b166)

... (truncated)

Commits
  • 8f31b6f chore: release v5.1.0 (#1910)
  • d91544f refactor!: use bun 🐇
  • 1c05b47 Merge pull request #1903 from vinayakkulkarni/dependabot/npm_and_yarn/follow-...
  • 1caa9e2 chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6
  • fa9a86d Merge pull request #1892 from vinayakkulkarni/renovate/actions-setup-node-4.x
  • b9af2df chore(deps): update actions/setup-node action to v4
  • 815206d chore: release v5.0.0 (#1898)
  • 86a2731 chore(deps): bump peerDeps
  • 1d0786f test: renovate settings ✨
  • 4657f53 Merge pull request #1897 from vinayakkulkarni/renovate/github-codeql-action-3.x
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mapbox group with 3 updates in the /webapp directory: [@mapbox/mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder), [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) and [v-mapbox](https://github.com/geospoc/v-mapbox).


Updates `@mapbox/mapbox-gl-geocoder` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/mapbox/mapbox-gl-geocoder/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-geocoder/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-geocoder@v5.0.2...v5.0.3)

Updates `mapbox-gl` from 1.13.2 to 3.7.0
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v1.13.2...v3.7.0)

Updates `v-mapbox` from 1.11.2 to 5.1.0
- [Release notes](https://github.com/geospoc/v-mapbox/releases)
- [Changelog](https://github.com/vinayakkulkarni/v-mapbox/blob/main/CHANGELOG.md)
- [Commits](vinayakkulkarni/v-mapbox@v1.11.2...v5.1.0)

---
updated-dependencies:
- dependency-name: "@mapbox/mapbox-gl-geocoder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mapbox
- dependency-name: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mapbox
- dependency-name: v-mapbox
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mapbox
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/mapbox-e1b9a60680 branch from 8777b50 to f4fb238 Compare October 5, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants